input[name="custompage"] {
    pointer-events: none;
    opacity: 0.6;
}


.page a select{
    pointer-events: none;
    opacity: 0;  
}

.message-content {
    font-size: 16px;
}

.message-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    height:24px;
    line-height: 24px;
    width:320px;
    padding: 10px 0px;
    border-radius: 4px;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guesttipicon_7ree{
    color:rgb(255, 0, 0);
    font-size:22px;
    margin-right:5px;
}

#autopbn{
    display: none;
}